home *** CD-ROM | disk | FTP | other *** search
/ Oh!X 2000 Spring / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).7z / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).bin / DXF / samples / multimedia / dsound / src / playsound / readme.txt < prev    next >
Text File  |  1999-07-20  |  807b  |  30 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: PlaySound Sample
  4. // 
  5. // Copyright (c) 1999 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   PlaySound illustrates how to play a wave file using a DirectSound 
  13.   static buffer.
  14.  
  15. Path
  16. ====
  17.   Source: Mssdk\Samples\Multimedia\DSound\Src\PlaySound
  18.  
  19.   Executable: Mssdk\Samples\Multimedia\DSound\Bin
  20.  
  21. User's Guide
  22. ============
  23.   Load sounds and adjust the playback properties with the dialog controls.
  24.  
  25. Programming Notes
  26. =================
  27.   This sample was intended to be very simple, showing the basics of playing a
  28.   sound using the DirectSound API through a static buffer.
  29.  
  30.